body {
    background-color: #fff;
    margin: 0 auto;
}

/*以下各块的公共标题*/
.public-title {
    width: 1200px;
    margin: 0 auto;
}

.public-title h2 {
    position: relative;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #e83428;
}

.public-titleh2 a {
    float: right;
    height: 100%;
}

.public-title h2 i {
    float: right;
    margin-top: 20px;
    width: 8px;
    height: 14px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -556px 0;
}

.public-title h2 span {
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    font-size: 16px;
    color: #e83428;
}

/*精彩专题*/
.wonderful-topic {
    float: right;
}

.wonderful-topic h2 {
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid #e83428;
}

.wonderful-topic ol.wonderful-topic-con {
    margin-top: 30px;
}

.wonderful-topic ol.wonderful-topic-con li {
    position: relative;
    width: 238px;
    height: 99px;
    margin-bottom: 20px
}

.wonderful-topic ol.wonderful-topic-con li img {
    width: 100%;
    height: 100px;
}

.wonderful-topic ol.wonderful-topic-con li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1;
    display: none;
}

.wonderful-topic ol.wonderful-topic-con li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
    display: none;
}

.wonderful-topic ol.wonderful-topic-con li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.wonderful-topic ol.wonderful-topic-con li:hover p {
    display: block;
}

.wonderful-topic ol.wonderful-topic-con li:hover span {
    display: block;
}

/*系统消息*/
.system-messages {
    float: left;
    margin-left: 36px;
}

.system-messages span {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -466px 0;
    margin-top: 2px;
}

.system-messages em {
    font-size: 14px;
    color: #999;
    float: left;
    margin-left: 8px;
}

.system-messages em i {
    font-weight: bold;
    color: #ffa200;
    font-size: 14px;
}

/*头部图片*/
.ad-top {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background-color: #86cccc;
    transition: all .5s;
    overflow: hidden;
}

.ad-top img {
    width: 100%;
    height: 100%;
}

.ad-top a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*登录-搜索-tab-bar*/
.login-search-tab-bar { position: relative; width: 1200px; margin: 0 auto; height: 100px; }

/*登录*/
.login-bar {
    width: 100%;
}

.login-bar .login-bar-left {
    float: left;
}

.login-bar .login-bar-left * {
    float: left;
    margin-right: 10px;
}

.login-bar .login-bar-left p {
    font-size: 14px;
    color: #666;
}

.login-bar .login-bar-left span {
    position: relative;
    top: -1px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
}

.login-bar .login-bar-left span.login {
    color: #4bc450;
    border: 1px solid #4ac350;
}

.login-bar .login-bar-left span.submit {
    color: #f1951d;
    border: 1px solid #f1951d;
}

.login-bar .login-bar-right {
    float: right;
}

.login-bar .login-bar-right * {
    float: right;
    margin-left: 10px;
}

.login-bar .login-bar-right p {
    font-size: 14px;
    color: #666;
}

.login-bar .login-bar-right span {
    position: relative;
    top: -1px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
}

.login-bar .login-bar-right span.login {
    color: #4bc450;
    border: 1px solid #4ac350;
}

.login-bar .login-bar-right span.submit {
    color: #f1951d;
    border: 1px solid #f1951d;
}

.login-bar .login-bar-right span {
    position: relative;
    top: -1px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
}

.login-bar .login-bar-right span.submit {
    color: #f1951d;
    border: 1px solid #f1951d;
}

/*搜索*/
.search-wrap-bar {
    width: 100%;
}

.search-wrap-bar .logo-search-item {
    display: flex;
    justify-content: space-between;
}

/*logo*/
.search-wrap-bar .logo-search-item .aoji-logo { float: left; width: 170px; margin-top: 20px; }

/* .search-wrap-bar .logo-search-item .aoji-logo span{
	float: left;
	width: 160px;
	height: 62px;
	background: url(../img/logo.png) 0 0 no-repeat;
	background-size: contain;
} */
.search-wrap-bar .logo-search-item .aoji-logo span {
    float: left;
    margin-left: 5px;
    width: 160px;
    height: 62px;
    background: url(../img/sprites.png) no-repeat;
    background-position: 0 0;
}

.search-wrap-bar .logo-search-item .aoji-logo p {
    width: 100%;
    text-align: center;
    color: #e83428;
}

.search-wrap-bar .logo-search-item .search-wrap{ float: left; margin-left: 50px; width: 455px; margin-top: 24px; }
.search-wrap-bar .logo-search-item .search-wrap.branch {
    margin-left: 20px;
    width: 463px;
}
.search-wrap-bar .logo-search-item .search-wrap .search_list {
    width: 414px;
    position: absolute;
    top: 31px;
    left: -1px;
    height: auto;
    border: 1px solid #f4994f;
    background: #fff;
    padding: 14px;
    padding-bottom: 0;
    z-index: 2;
    display: none;
}
.search-wrap-bar .logo-search-item .search-wrap .search_list li {
    padding-bottom: 12px;
    cursor: pointer;
    line-height: 15px;
}
.search-wrap-bar .logo-search-item .search-wrap .listShow {
    display: block;
}

.search-wrap-bar .logo-search-item .branch-popup {
    float: left;
    margin-left: 11px;
    margin-top: 31px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -438px -1127px;
    cursor: pointer;
}
.search-wrap-bar .logo-search-item .country-popup  { float: left; margin-left: 11px; margin-top: 31px; width: 39px; height: 39px; cursor: pointer; background-color: #f6594e; border-radius: 250px; display: table; }

.search-wrap-bar .logo-search-item .country-popup span { vertical-align: middle; display: table-cell; }
.search-wrap-bar .logo-search-item .country-popup span p {
    width: 30px;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    padding-top: 3px;
}
.search-wrap-bar .logo-search-item .branch-popup  { float: left; margin-left: 11px; margin-top: 31px; width: 39px; height: 39px; cursor: pointer; background-color: #fff; border-radius: 250px; display: table; }

.search-wrap-bar .logo-search-item .branch-popup span { vertical-align: middle; display: table-cell; }
.search-wrap-bar .logo-search-item .branch-popup span p {
    width: 30px;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    padding-top: 3px;
}
.search-wrap-bar .logo-search-item .search-con {
    width: 100%;
    height: 32px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border: 1px solid #f4994f;
    position: relative;
}

.search-wrap-bar .logo-search-item .search-wrap .search-con input {
    float: left;
    margin-left: 14px;
    width: 383px;
    /* line-height: 32px; */
    font-size: 12px;
    color: #999;
    height: 32px;
}

.search-wrap-bar .logo-search-item .search-wrap.branch .search-con input {
    width: 322px;
}

.search-wrap-bar .logo-search-item .search-wrap .search-con a {
    float: right;
    width: 50px;
    height: 30px;
    background: url(../img/sprites.png) no-repeat;
    background-position: 14px -1441px;
    background-color: #f4994f;
    margin-right: -1px;
}
.search-wrap-bar .logo-search-item .search-wrap .hot-search { margin-top: 9px; font-size: 12px; margin-left: 15px; }

.search-wrap-bar .logo-search-item .search-wrap .hot-search span {
    float: left;
    color: #999;
}

.search-wrap-bar .logo-search-item .search-wrap .hot-search ul {
    float: left;
}

.search-wrap-bar .logo-search-item .search-wrap .hot-search li {
    float: left;
    margin-left: 18px;
}

.search-wrap-bar .logo-search-item .search-wrap .hot-search li a { color: #999; font-size: 12px; }

.search-wrap-bar .logo-search-item .search-wrap .hot-search li:hover a {
    color: #e83428;
}

.search-wrap-bar .logo-search-item .search-wrap .hot-search li.active a {
    color: #e83428;
}

/*各列表的公共 */
/*
.public-list{
	float: left;
	width: 575px !important;
}
.public-list h2{
	line-height: 50px;
	font-size: 20px;
	border-bottom: 1px solid #e83428;
}*/

.public-list .public-list-con {
    position: relative;
    margin-top: 28px;
}

.public-list ol {
    float: left;
}

.public-list ol li {
    width: 78px;
    height: 32px;
    line-height: 32px;
}

.public-list ul {
    float: left;
}

.public-list ul li {
    width: 497px;
    height: 32px;
    line-height: 32px;
}

/* .public-list ul li.more{
	margin-top: 1px;
    height: 29px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #fff;
}
.public-list ul li.more a{
	color: #e83428;
} */
.public-list ul li span {
    float: left;
    margin-top: 11px;
    margin-left: 18px;
    margin-right: 8px;
    width: 7px;
    height: 9px;
    background: url(../img/sprites.png) -309px 0 no-repeat;
}

.public-list ul li p {
    float: left;
    font-size: 16px;
}

.public-list ul li p a {
    color: #000;
}

.public-list ul li p a:hover {
    color: #f6594e;
}

.public-list ul li em {
    float: right;
    color: #999;
}

.public-list ul li i {
    float: left;
}

.public-list ul li.hot i {
    margin-left: 10px;
    margin-top: 10px;
    width: 27px;
    height: 15px;
    background: url(../img/sprites.png) -331px 0 no-repeat;
}

.public-list li b {
    float: right;
    position: relative;
    top: 13px;
    margin-right: 8px;
    width: 16px;
    height: 11px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -493px -586px;
}

/*品牌展示*/
.brand-show {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.brand-show ul {
}

.brand-show li {
    float: left;
    position: relative;
    margin-right: 3px;
    width: 112px;
    height: 200px;
    overflow: hidden;
}

.brand-show li.brand {
    width: 48px;
    background: url(../img/aoji-brand.png) no-repeat;
}

.brand-show li.family {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: 0px 0px;
}

.brand-show li.family:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: 0px -327px;
}

.brand-show li.case {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -115px 0px;
}

.brand-show li.case:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -115px -327px;
}

.brand-show li.returned {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -230px 0px;
}

.brand-show li.returned:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -230px -327px;
}

.brand-show li.language-school {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -345px 0px;
}

.brand-show li.language-school:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -345px -327px;
}

.brand-show li.abroad-mechanism {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -460px 0px;
}

.brand-show li.abroad-mechanism:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -460px -327px;
}

.brand-show li.branch-mechanism {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -575px 0px;
}

.brand-show li.branch-mechanism:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -575px -327px;
}

.brand-show li.all-edu {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -690px 0px;
}

.brand-show li.all-edu:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -690px -327px;
}

.brand-show li.abroad-shcool {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -805px 0px;
}

.brand-show li.abroad-shcool:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -805px -327px;
}


.brand-show li.all-yimin {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -920px 0px;
}

.brand-show li.all-yimin:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -920px -327px;
}


.brand-show li.all-zhiye {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -1035px 0px;
}

.brand-show li.all-zhiye:hover {
    background: url(../img/sprites_gai.png) no-repeat;
    background-position: -1035px -327px;
}

.brand-show li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brand-show li.none {
    margin-right: 0;
}

/*留学专家排行榜*/
.teacher-group {
    margin-top: 24px;
}

/*.teacher-group h2 a{
	float: right;
}*/
.teacher-group h2 i {
    position: relative;
    top: 5px;
    width: 14px !important;
    height: 8px !important;
    background: url(../img/sprites.png) no-repeat !important;
    background-position: -524px -586px !important;
}

.teacher-group h2 ul {
    position: absolute;
    top: 0;
    right: -20px;
    padding-left: 5px;
    padding-top: 11px;
    width: 121px;
    height: 271px;
    background: url(../img/sprites.png) no-repeat;
    background-position: right -586px;
    z-index: 3;
    display: none;
}

.teacher-group h2 ul.active {
    display: block;
}

.teacher-group h2 li {
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.teacher-group h2 li a {
    color: #222;
}

.teacher-group h2 li.other {
    font-size: 16px;
    color: #e83428;
    cursor: pointer;
}

.teacher-group h2 li.other span {
    display: inline-block;
    position: relative;
    top: 14px;
    left: -14px;
    width: 14px;
    height: 8px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -553px -586px;
}

.teacher-group h2 li:hover {
    color: #e83428;
    background-color: #f8f8f8;
}

.teacher-group h2 li.other:hover {
    background-color: #fff;
}

.teacher-group .carousel-con {
    position: relative;
    /*height: 525px;*/
    /*height: auto !important;*/
    height: 590px;
}

.teacher-group .show-carousel {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 590px;
    z-index: 1;
}

.teacher-group .swiper-wrapper {
}

.teacher-group .teacher-info-wrap {
}

.teacher-group .teacher-info-wrap ul {
    padding-top: 29px;
    padding-bottom: 2px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 290px;
    height: 516px;
    border: 1px solid #eee;
}

.teacher-group .teacher-info-wrap li.teacher-info-item:hover {
    border: 1px solid transparent;
}

.teacher-group .teacher-info-wrap li.teacher-info-item:hover .bg {
    position: absolute;
    left: -2px;
    top: -4px;
    width: 296px;
    height: 524px;
    background: url(../img/teacher-bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item.active {
    margin-left: 4px;
    width: 290px;
    border: none;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}

.teacher-group .teacher-info-wrap li.teacher-info-item.none {
    margin-right: 0;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .avatar {
    position: relative;
    margin-left: 70px;
    margin-top: 20px;
    margin-bottom: 8px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .avatar .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/sprites.png) no-repeat;
    background-position: -147px -645px;
}

/*.teacher-group .teacher-info-wrap li.teacher-info-item .avatar img{
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 8px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}*/
.teacher-group .teacher-info-wrap li.teacher-info-item .honor-brand {
    position: absolute;
    top: 140px;
    left: 70px;
    width: 150px;
    height: 28px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: url(../img/sprites.png) no-repeat;
    background-position: -600px 0;
    z-index: 1;
}

/* .teacher-group .teacher-info-wrap li.teacher-info-item.champion .champion-item{
	position: absolute;
	left: 53px;
	top: 0;
	width: 68px;
	height: 64px;
	background: url(../img/sprites.png) no-repeat;
	background-position: -805px 0;
	z-index: 1;
}
.teacher-group .teacher-info-wrap li.teacher-info-item.runner-up .runner-up-item{
	position: absolute;
	left: 50px;
	top: 0;
	width: 68px;
	height: 64px;
	background: url(../img/sprites.png) no-repeat;
	background-position: -887px 0;
	z-index: 1;
} */
.teacher-group .teacher-info-wrap li.teacher-info-item.champion i {
    position: absolute;
    left: 53px;
    top: 0;
    width: 68px;
    height: 64px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -805px 0;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item.runner-up i {
    position: absolute;
    left: 50px;
    top: 0;
    width: 68px;
    height: 64px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -887px 0;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .country-item {
    position: absolute;
    right: 20px;
    top: 0;
    padding-top: 13px;
    width: 26px;
    height: 40px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: url(../img/sprites.png) no-repeat;
    background-position: -764px 0;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .country-item.spe {
    height: 50px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -936px -933px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .line {
    position: relative;
    height: 36px;
    text-align: center;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .line span {
    position: absolute;
    left: 14px;
    top: 17px;
    width: 262px;
    height: 1px;
    background-color: #999;
}

.teacher-group .teacher-info-wrap li.teacher-info-item .line em {
    position: relative;
    padding: 0 20px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol {
    margin-top: 10px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li {
    margin-bottom: 14px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol.normal li b {
    float: left;
    width: 65px;
    display: block;
    margin-left: 6px;
    font-size: 16px;
    color: #333;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol.on li b {
    display: block;
    margin-left: 6px;
    font-size: 16px;
    color: #ff6600;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol.normal li p {
    float: left;
    width: 200px;
    margin-left: 10px;
    line-height: 22px;
    color: #666;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol.on li p {
    margin-left: 15px;
    margin-top: 7px;
    width: 260px;
    line-height: 22px;
    color: #333;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.introduce {
    height: 74px;
    overflow: hidden;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.introduce p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.case {
    height: 86px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.case p {
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.rate b {
    float: left;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.rate p {
    float: left;
    width: 150px;
    margin-top: 2px;
}

.teacher-group .teacher-info-wrap li.teacher-info-item ol li.rate p span {
    float: left;
    margin-right: 4px;
    width: 18px;
    height: 17px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -405px 0;
}

.teacher-group .teacher-info-wrap li.teacher-info-item button {
    position: relative;
    margin-left: 75px;
    margin-top: 12px;
    margin-bottom: 19px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #e83428;
    z-index: 1;
}

.teacher-group .teacher-info-wrap li.teacher-info-item button:hover {
    position: relative;
    margin-left: 70px;
    margin-top: 11px;
    margin-bottom: 18px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    background-color: #ce1b0f;
    z-index: 1;
}

.teacher-group .carousel-con .show-carousel-dot {
    bottom: 0;
}

.teacher-group .carousel-con .show-carousel {
    background-color: #fff;
}

.teacher-group .show-carousel.active {
    z-index: 2;
}

/*咨询*/
.search-wrap-bar .logo-search-item ul.connect-server {
    float: right;
    /*width: 470px; */
    margin-top: 23px; }

.search-wrap-bar .logo-search-item ul.connect-server li {
    float: left;
    margin-left: 27px;
}

.search-wrap-bar .logo-search-item ul.connect-server li.qq {
    position: relative;
    float: right;
}

.search-wrap-bar .logo-search-item ul.connect-server li.qq a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-wrap-bar .logo-search-item ul.connect-server li.ask-hot {
    margin-left: 0;
}

.search-wrap-bar .logo-search-item ul.connect-server li span {
    float: left;
    margin-right: 15px;
}

.search-wrap-bar .logo-search-item ul.connect-server li.ask-hot span{
    width: 48px;
    height: 48px;
    background-image: url(../img/sprites.png);
    background-position: -312px -1127px;
}
.search-wrap-bar .logo-search-item ul.connect-server li.qq span{
    width: 48px;
    height: 48px;
    background-image: url(../img/sprites.png);
    background-position: -375px -1127px;
}

.search-wrap-bar .logo-search-item ul.connect-server li div {
    float: right;
}

.search-wrap-bar .logo-search-item ul.connect-server li div p{
    font-family: "PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    line-height: 24px;
    color: #828282;
}
.search-wrap-bar .logo-search-item ul.connect-server li div p i{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    color: #828282;
    font-weight: bold;
}
.search-wrap-bar .logo-search-item ul.connect-server li div em{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    font-size: 24px;
    color: #f3994f;
}
.search-wrap-bar .logo-search-item ul.connect-server li.qq div em{
    font-size: 24px;
    color: #575554;
}

/*选项栏*/
.abroad-tab { width: 100%; height: 42px; background-color: #f6594e; }

.abroad-tab-con {
    position: relative;
    width: 100%;
}

.abroad-tab-con .tab-bar-public {

}

.abroad-tab ul.abroad-tab-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.abroad-tab ul.abroad-tab-wrap li {
    padding: 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0s;
}
.abroad-tab ul.abroad-tab-wrap li .submit {

    color: #f1951d;
    border: 1px solid #f1951d;

}

.abroad-tab ul.abroad-tab-wrap li:hover {
    background-color: #e83428;
    font-weight: bold;
    height: 41px;
}

.abroad-tab ul.abroad-tab-wrap li.active {
    background-color: #e83428;
}
.abroad-tab ul.abroad-tab-detail li.active {
    background-color: #DA4939;
}
.abroad-tab ul.abroad-tab-detail li:hover {
    background-color: #DA4939!important;
}
.abroad-tab ul.abroad-tab-detail li .active {
    background-color: #DA4939!important;
}
.abroad-tab ul.abroad-tab-detail li {
    display: flex!important;
    align-items: center;
}
.abroad-tab ul .detail_nav_wrap {
    background: #DA4939;
    position: absolute;
    top: 40px;
    left: 260px;
    display: none;
    z-index: 3;
}
.abroad-tab .abroad-tab-detail .active {
    display: block;
}
.abroad-tab ul .detail_nav_wrap a {
    padding: 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0s;
}
.abroad-tab ul .detail_nav_wrap a:hover {
    background: #D02D1B;
}
.abroad-tab ul.abroad-tab-wrap li span {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 6px;
    width: 8px;
    height: 14px;
    /*background: url(../img/sprites.png) no-repeat;*/
    background-position: -968px 0;
}

.abroad-item-con {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    background-color: #f8f8f8;
    overflow: hidden;
    z-index: 3;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.abroad-item-con ul {
}

.abroad-item-con ol {
    margin-top: 6px;
    margin-left: 10px;
}

.abroad-item-con ol li {
    text-align: left;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
}

.abroad-item-con ol li a {
    display: inline-block;
    max-width: 275px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.abroad-item-con ol li a:hover {
    color: #f6594e;
}

.abroad-item-con li.study-status-apply {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    line-height: 1;
    float: left;
    width: 134px;
    margin-left: 43px;
}

.abroad-item-con li.study-status-apply .new-apply-list {
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-right: 50px;
}
.abroad-item-con li.study-status-apply .new-apply-list h3 {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    padding-right: 5px;
}

.abroad-item-con li.study-status-apply ol {
}

.abroad-item-con li.study-status-apply ol li {
}

.abroad-item-con li.abroad-hot {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    line-height: 1;
    float: left;
    width: 332px;
}

.abroad-item-con li.abroad-hot ol {
}

.abroad-item-con li.abroad-hot ol li {
    float: left;
}

.abroad-item-con li.abroad-hot ol li span {
}

.abroad-item-con li.abroad-hot ol li a {
}

.abroad-item-con li.globel-brance {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    line-height: 1;
    float: left;
    padding-right: 50px;
    width: 400px;
}

.abroad-item-con li.globel-brance ol {
}

.abroad-item-con li.globel-brance ol li {
    float: left;
}

.abroad-item-con li.abroad-apply {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    line-height: 1;
    float: left;
}

.abroad-item-con li.abroad-apply ol {
}

.abroad-item-con li.abroad-apply ol li {
}

.abroad-item-con h2 {
    margin-top: 18px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.abroad-item-con h2 span {
    float: left;
    margin-right: 7px;
    position: relative;
    top: 4px;
    width: 3px;
    height: 14px;
    background-color: #f6594e;
}

.abroad-item-con h2 {
}

.abroad-item-con ol {
    overflow: hidden;
}

.abroad-item-con ol li {
    padding-right: 5px;
}

.abroad-item-con ol li span {
    float: right;
    margin-top: 11px;
    margin-left: 5px;
    width: 1px;
    height: 15px;
    background-color: #666;
}

.abroad-item-con ol li.none span {
    background: none !important;
}

.abroad-item-con .entry-abroad {
    float: right;
    margin-top: 17px;
    margin-bottom: 20px;
    margin-right: 20px;
    line-height: 20px;
    color: #f6594e;
}

.abroad-item-con.active {
    display: block;
}
.abroad-item-con.asia-abroad ol {
    margin-left: 0;
}
.abroad-item-con.asia-abroad ol li {
    text-align: center;
}
.abroad-item-con.eur-abroad ol {
    margin-left: 0;
}
.abroad-item-con.eur-abroad ol li {
    text-align: center;
}

.abroad-item-con.asia-abroad .study-status-apply li, .abroad-item-con.eur-abroad .study-status-apply li {
    float: left;
}

.abroad-item-con.asia-abroad li.globel-brance ol, .abroad-item-con.eur-abroad li.globel-brance ol {
    margin-bottom: 33px;
}

.abroad-item-con.language-learn .study-status-apply {
    width: 530px;
}

.abroad-item-con.language-learn .study-status-apply-gai1 {
    width: 350px;
}

.abroad-item-con.language-learn .study-status-apply-gai2 {
    width: 433px;
}


.abroad-item-con.language-learn .study-status-apply li {
    float: left;
    margin-right: 15px;
    height: auto;
    overflow: visible;
}

.abroad-item-con.language-learn .study-status-apply li p {
    height: 40px;
    line-height: 40px;
}

.abroad-item-con.language-learn li.abroad-hot {
    margin-left: 80px;
    width: 370px;
}

.abroad-item-con.language-learn li.globel-brance {
    padding-right: 0;
    width: 280px;
}

.abroad-item-con.language-learn .study-status-apply li em {
    font-weight: bold;
    height: 24px;
    display: inline-block;
}

.abroad-item-con.asia-abroad li.study-status-apply, .abroad-item-con.eur-abroad li.study-status-apply {
    margin-right: 43px;
    margin-left: 43px;
    width: 150px;
}

.abroad-item-con.asia-abroad li.read1, .abroad-item-con.eur-abroad li.read1 {
    width: 100px;
}

.abroad-item-con.asia-abroad li.read1 li, .abroad-item-con.eur-abroad li.read1 li {
    float: none;
}

.abroad-item-con.asia-abroad li.read2, .abroad-item-con.eur-abroad li.read2 {
    margin-left: 30px;
}

.abroad-item-con.asia-abroad li.abroad-hot, .abroad-item-con.eur-abroad li.abroad-hot {
    margin-left: 40px;
}

.abroad-item-con.asia-abroad li.globel-brance, .abroad-item-con.eur-abroad li.globel-brance {
    margin-left: 40px;
}

.abroad-item-con.gobel-academy li.study-status-apply {
    width: 250px;
    margin-left: 60px;
}

.abroad-item-con.gobel-academy li.study-status-apply ol li {
    float: left;
}

.abroad-item-con.gobel-academy li.abroad-hot {
    margin-left: 100px;
}

.abroad-item-con.gobel-academy li.globel-brance {
    margin-left: 40px;
}

/*.abroad-item-con .entry-abroad i{
	float: right;
	position: relative;
	top: 3px;
	width: 8px;
	height: 14px;
	background: url(../img/sprites.png) no-repeat;
	background-position: -556px 0;
}*/
/*页面底部相关服务*/
.about-service {
    margin-top: 80px;
    width: 100%;
    min-width: 1200px;
    background-color: #4a4b50;
    border-bottom: 1px solid #7d7e83;
}

.about-service .about-service-wrap {
    margin: 0 auto;
    width: 1200px;
}

.about-service ul {
    padding-bottom: 80px;
    width: 100%;
}

.about-service ul li.service-brance {
    float: left;
    padding-top: 40px;
    width: 200px;
}

.about-service ul li.service-brance h2 {
    line-height: 84px;
    color: #fff;
}

.about-service ul li.service-brance ol {
}

.about-service ul li.service-brance ol li {
    line-height: 28px;
}

.about-service ul li.service-brance ol li a {
    font-size: 12px;
    color: #cdcdcf;
}

.about-service ul li.service-brance ol.globel-brance li {
    width: 100%;
}

.about-service ul li.service-brance ol.globel-brance li a {
    float: left;
    margin-right: 5px;
}

.about-service ul li.service-brance ol.globel-brance li a.none {
    margin-right: 0;
}

/*友情链接*/
.friendly-link {
    width: 100%;
    min-width: 1200px;
    background-color: #4a4b50;
}

.friendly-link .friendly-link-wrap {
    margin: 0 auto;
    padding-top: 32px;
    width: 842px;
}

.friendly-link .friendly-link-wrap h5 {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #cdcdcf;
}

.friendly-link .friendly-link-wrap div {
    float: left;
    margin-bottom: 16px;
    width: 765px;
}

.friendly-link .friendly-link-wrap div a {
    margin-right: 5px;
    line-height: 28px;
    font-size: 12px;
    color: #cdcdcf;
}

.friendly-link p {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

/*icp*/
.icp {
    width: 100%;
    min-width: 1200px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
    background-color: #3c3d41;
    padding-bottom: 20px;
}
.icp a {
    font-size: 12px;
    color: #999;
}

/*每个块的侧边红色的竖选项栏*/
.ol-tab-public {
}

.ol-tab-public li {
    text-align: center;
    color: #333;
    background-color: #f8f8f8;
}

.ol-tab-public li.active {
    color: #fff;
    background-color: #e83428 !important;
}

.ol-tab-public li.active span {
    display: inline-block;
    position: relative;
    top: 2.5px;
    margin-left: 8px;
    width: 8px;
    height: 14px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -579px 0;
}

/*背景提升*/
.background-up {
    margin-top: 35px;
}

.background-up .background-up-wrap {
    margin-top: 30px;
    height: 279px;
    overflow: hidden;
}

.background-up ol {
    float: left;
    width: 120px;
}

.background-up ol li {
    margin-bottom: 7px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.background-up ol li.active span {
    margin-left: 3px;
}

.background-up .background-up-con {
    float: left;
    position: relative;
    margin-left: 20px;
    width: 460px;
    display: none;
}

.background-up .background-up-con.active {
    display: block;
}

.background-up .background-up-con div {
    float: left;
    width: 0;
    height: 279px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.background-up .background-up-con div p {
    margin-left: 10px;
    margin-top: 84px;
    width: 30px;
    height: 247px;
    text-align: center;
    font-size: 18px;
    color: #666;
    background-color: #f2f2f2;
}

.background-up .background-up-con ul {
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 460px;
    height: 220px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.background-up ul li {
    position: relative;
    width: 100%;
    height: 33px;
    line-height: 32px;
}

.background-up .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 460px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-top: 1px solid #fff;
    background-color: #f8f8f8;
}

.background-up .more a {
    color: #e83428;
}

.background-up ul li span {
    float: left;
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 8px;
    width: 7px;
    height: 9px;
    background: url(../img/sprites.png) -309px 0 no-repeat;
}

.background-up ul li p {
    float: left;
}

.background-up ul li p a {
    color: #666;
}

.background-up ul li.active i {
    float: left;
    margin-left: 8px;
    margin-top: 8.5px;
    width: 27px;
    height: 15px;
    line-height: 15px;
    background: url(../img/sprites.png) -331px 0 no-repeat;
}

.background-up ul li em {
    float: right;
    margin-right: 20px;
    line-height: 32px;
    font-size: 12px;
}

.background-up ul li b {
    top: 10.5px;
}

.background-up-wrap .show-carousel {
    position: relative;
    float: right;
    width: 570px;
    height: 290px;
    overflow: hidden;
    display: none;
}

.background-up-wrap .show-carousel.active {
    display: block;
}

.background-up-wrap .swiper-wrapper {
}

.background-up-wrap .swiper-slide {
}

.background-up-wrap .swiper-slide ul {
    padding: 0;
    width: 570px;
    background: none;
}

.background-up-wrap li.course {
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 176px;
    height: 129px;
}

.background-up-wrap li.none {
    margin-right: 0;
}

.background-up-wrap li.course img {
    width: 100%;
    height: 100%;
}

.background-up-wrap li.course span {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 36px;
    background: none;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1;
    display: none;
}

.background-up-wrap li.course p {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 146px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    display: none;
}

.background-up-wrap li.course:hover span {
    display: block;
}

.background-up-wrap li.course:hover p {
    display: block;
}

/*一站式服务流程*/
.one-stop-service {
    margin-top: 35px;
}

.one-stop-service h2 {

}

.one-stop-service ul {
    margin-top: 29px;
}

.one-stop-service ul li {
    float: left;
    margin-left: 29px;
    width: 123px;
    height: 122px;
    border: 1px solid #e8e8e8;
    background: url(../img/sprites.png) 0 -62px no-repeat;
}

.one-stop-service ul li:hover {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.one-stop-service .abroad-program {
    margin-left: 0;
    width: 122px;
    background-position: 0 -65px;
}

.one-stop-service .background-up-block {
    width: 122px;
    background-position: -119px -65px;
}

.one-stop-service .abroad-submit {
    background-position: -239px -65px;
}

.one-stop-service .study-plan {
    background-position: -359px -65px;
}

.one-stop-service .language-up {
    width: 122px;
    background-position: -479px -65px;
}

.one-stop-service .aticle-create {
    background-position: -599px -65px;
}

.one-stop-service .visa-apply {
    background-position: -719px -65px;
}

.one-stop-service .sold-service {
    width: 122px;
    background-position: -839px -65px;
}

.one-stop-service ul li p {
    margin-top: 92px;
    text-align: center;
}

/*院校推荐和录取捷报*/
.academy-hot .academy-recommend {
    float: left;
    width: 830px !important;
}

.academy-hot .matriculate-good-news {
    float: right;
    width: 310px !important;
}

.academy-recommend ol li.li {
    position: relative;
    margin-bottom: 10px;
    width: 110px;
    height: 49px;
    line-height: 49px;
}

.academy-recommend ol li ul {
    position: absolute;
    top: 0;
    left: 120px;
    padding: 8px 3px;
    padding-left: 7px;
    width: 120px;
    height: 164px;
    background: url(../img/sprites.png) no-repeat;
    background-position: 0 -645px;
    display: none;
    z-index: 2;
}

.academy-recommend .swiper-slide ul {
    background-color: #fff;
    overflow: hidden;
}

.academy-recommend ol li.li ul.active {
    display: block;
}

.academy-recommend ol ul li {
    width: 100%;
    line-height: 32px;
    background: none;
}

.academy-recommend ol ul li a {
    font-size: 16px;
    color: #666;
}

.academy-recommend ol ul li:hover {
    background-color: #f8f8f8;
}

.academy-recommend ol ul li:hover a {
    color: #e83428;
}

.academy-recommend .show-carousel {
    position: absolute;
    right: 0;
    top: 0;
    /* width: 660px; */
    width: 690px;
    height: 524px;
    background-color: #fff;
    overflow: hidden;
    z-index: 0;
}

.academy-recommend .show-carousel.active {
    z-index: 1;
}

.academy-recommend .swiper-slide {
    height: 410px;
}

.academy-recommend .swiper-slide li {
    float: left;
    position: relative;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 227px;
    height: 199px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.academy-recommend .swiper-slide li b {
    float: none;
    background: none;
}

.academy-recommend .swiper-slide li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.academy-recommend .swiper-slide li.spe {
    width: 228px;
}

/*.academy-recommend .swiper-slide li.active{
	width: 227px;
	height: 199px;
	margin-left: 0;
	border: 1px solid #eee;
	background-color: #fff;
}*/
.academy-recommend .swiper-slide li:hover {
    border: 1px solid #eee;
    background-color: #fff;
}

.academy-recommend .swiper-slide li.none {
    margin-left: 0;
}

.academy-recommend .swiper-slide li h3 {
    margin-top: 22px;
    margin-right: 15px;
    width: 200px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy-recommend .swiper-slide li.hot h3 b {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
    width: 14px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -438px 0;
}

.academy-recommend .swiper-slide li img {
    margin-top: 14px;
    margin-left: 62px;
    width: 104px;
    height: 104px;
}

.academy-recommend .show-carousel-dot {
    bottom: 77px !important;
}

.academy-recommend .show-carousel .show-carousel-dot span {
    width: 32px;
    height: 7px;
}

.matriculate-good-news .matriculate-wrap {
    display: none;
}

.matriculate-good-news .matriculate-wrap.active {
    display: block;
}

.matriculate-good-news .matriculate-wrap ul {
    margin-top: 28px;
    width: 100%;
}

.matriculate-good-news .matriculate-wrap li {
    position: relative;
    padding: 0 20px;
    width: 270px;
    height: 66px;
    border-bottom: 1px solid #f2f2f2;
}

/* .matriculate-good-news .matriculate-wrap li:hover{
	height: 68px;
	background-color: #f8f8f8;
} */
.matriculate-good-news .matriculate-wrap li span {
    margin: 0;
    width: 0;
    background: none;
}

/* .matriculate-good-news .matriculate-wrap li:hover span{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background-color: #e83428;
} */
.matriculate-good-news .matriculate-wrap li img {
    float: left;
    margin: 10px 0 10px 20px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

/*.matriculate-good-news .matriculate-wrap li .matriculate-info{
	float: right;
	/* width: 242px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.matriculate-good-news .matriculate-wrap li:hover .matriculate-info{
	border-bottom: none;
}*/
.matriculate-good-news .matriculate-wrap li .matriculate-info p {
    margin-top: 9px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .matriculate-good-news .matriculate-wrap li:hover .matriculate-info p{
	margin-top: 11px;
} */
.matriculate-good-news .matriculate-wrap li .matriculate-info i {
    float: none;
    margin: 0;
    width: auto;
    height: auto;
    color: #e83428;
    background: none;
}

.matriculate-good-news .matriculate-wrap li .matriculate-info em {
    width: 100%;
    line-height: 20px;
}

/*广告条*/
.ad-bar {
    margin-top: 50px;
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.ad-bar img {
    width: 1920px;
    height: 80px;
    margin-left: -960px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.ad-bar a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*辅助导航*/
.subTab {
    top: 42px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 44px;
    background: #f8f8f8;
    z-index: 2;
    border-bottom: 1px solid #eee;
}

.subTab ul {
    width: 1200px;
    margin: auto;
}

.subTab ul li {
    position: relative;
    float: left;
    padding: 0 19px;
    line-height: 44px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.subTab ul li.first {
    padding-left: 11px;
}

.subTab ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.subTab ul li:hover {
    color: #e94940;
    font-weight: bold;
}

.subTab ul li.tool {
    float: right;
    width: 126px;
    cursor: pointer;
}

.subTab ul li.tool span {
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -496px 0;
}

.subTab ul li.tool em {
    float: left;
    margin-left: 6px;
    line-height: 44px;
    color: #ff8400;
    font-size: 14px;
}

.subTab ul li.tool i {
    float: right;
    margin-top: 20px;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -530px 0;
}

/*出国小工具*/
.subTab ul li.tool {
    position: relative;
    padding: 0;
}

.subTab ul li.tool div {
    position: absolute;
    top: 0;
    left: -4px;
    width: 136px;
    height: 182px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -658px -656px;
    overflow: hidden;
    display: none;
}

.subTab ul li.tool div.active {
    display: block;
}

.subTab ul li.tool ol {
    position: absolute;
    top: 0;
    left: 4px;
    width: 126px;
    height: 180px;
    z-index: 3;
    border-radius: 18px;
    overflow: hidden;
}

.subTab ul li.tool ol.active {
    display: block;
}

.subTab ul li.tool ol li {
    padding: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.subTab ul li.tool ol li a {
    top: -4px;
    color: #222;
    font-weight: normal;
}

.subTab ul li.tool ol li.other {
    margin-top: 4px;
    font-size: 16px;
    color: #e83428;
    cursor: pointer;
}

/* .subTab ul li.tool ol li.other span{
	float: left;
	margin-top:14px;
	margin-left: 10px;
	width:20px;
	height:20px;
	background: url(../img/sprites.png) no-repeat;
	background-position: -496px 0;
} */
/* .subTab ul li.tool ol li.other em{
	float: left;
	margin-left: 6px;
	line-height: 44px;
	color:#ff8400;
	font-size:14px;
} */
/* .subTab ul li.tool ol li.other i{
	float: right;
	margin-right: 7px;
	width:10px;
	height:10px;
	background: url(../img/sprites.png) no-repeat;
	background-position: -530px 0;
	margin-top:20px;
} */
.subTab ul li.tool ol li:hover {
    color: #e83428;
    background-color: #f8f8f8;
}

.subTab ul li.tool ol li.other:hover {
    height: 34px;
    background-color: #fff;
}

.subTab ul li.tool ol li:hover a {
    color: #ff8400;
    font-weight: bold;
}

.banner .show-carousel .show-carousel-dot span {
    background-color: #fff !important;
    opacity: .3;
    filter: alpha(opacity=30);
}

.banner .show-carousel .show-carousel-dot span.swiper-active-switch {
    background-color: #e83428 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.teacher-group .show-carousel .show-carousel-dot span {
    display: inline-block;
    margin: 0 11px;
    width: 32px;
    height: 7px;
    background-color: #eeeeee;
}

/*有左右结构的主体*/
/*顾问相关页面*/
.content {
    width: 100%;
    background-color: #f9f9f9;
}

.main-body {
    margin: 0 auto;
    width: 1200px;
}

.body-l {
    float: left;
}

.body-r {
    float: right
}

.body-r-pub-title {
    padding: 0 20px;
    background-color: #fff;
    border-top: 4px solid #fff;
    border-radius: 2px;
}

.body-r-pub-title h2 {
    margin: 12px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    overflow: hidden;
}

.body-r-pub-title h2 span {
    float: left;
    position: relative;
    top: 3px;
    width: 3px;
    height: 16px;
}

.body-r-pub-title h2 a {
    float: right;
    color: #f6594e;
}

.body-r-pub-title h2 a i {
    float: left;
    font-size: 14px;
}

.body-r-pub-title h2 a b {
    float: right;
    margin-left: 10px;
    margin-top: 2.5px;
    width: 8px;
    height: 14px;
    background: url('../img/sprites.png') no-repeat;
    background-position: -556px 0;
}

.body-r-pub-title hr {
    border: 1px solid #eee;
}

.contact-mod {
    margin: 20px 0;
    width: 360px;
    overflow: hidden;
}

.contact-mod li {
    position: relative;
    float: left;
    width: 175px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.contact-mod li i {
    float: left;
    width: 30px;
    height: 22px;
    margin-top: 17px;
    margin-left: 36px;
}

.contact-mod li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact-mod li.online-ask {
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #febb50;
}

.contact-mod li.online-ask i {
    background: url(../img/sprites.png) no-repeat;
    background-position: -878px -1388px;
}

.contact-mod li.abroad-evaluate {
    margin-bottom: 10px;
    background-color: #b7d6ec;
}

.contact-mod li.abroad-evaluate i {
    background: url(../img/sprites.png) no-repeat;
    background-position: -843px -1388px;
}

.contact-mod li.online-solve {
    margin-right: 10px;
    background-color: #f69581;
}

.contact-mod li.online-solve i {
    background: url(../img/sprites.png) no-repeat;
    background-position: -811px -1388px;
}

.contact-mod li.free-tel {
    background-color: #cec1e4;
}

.contact-mod li.free-tel i {
    background: url(../img/sprites.png) no-repeat;
    background-position: -777px -1388px;
}

.contact-mod li em {
    float: left;
    display: inline-block;
    color: #fff;
}

/*分页*/
.paging {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.paging > * {
    float: left;
    overflow: hidden;
}

.paging > span {
}

.paging span.to-prev {
    background: #fff url(../img/sprites.png) no-repeat;
    background-position: -922px -998px;
}

.paging span.to-next {
    background: #fff url(../img/sprites.png) no-repeat;
    background-position: -942px -998px;
}

.paging ul.page-wrap {
    overflow: hidden;
}

.paging ul.page-wrap li, .paging > span {
    float: left;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
}

.paging ul.page-wrap li.active {
    color: #fff;
    background-color: #f6594e;
    border: 1px solid #f6594e;
}

.paging ul.page-wrap li.dot, .paging ul.page-wrap li.dot2 {
    width: 16px;
    line-height: 28px;
    color: #333;
    background: none;
    border: none;
}

/*页面内容列表公共*/
.body-l .body-l-pub-list {
    margin-top: 20px;
    background-color: #fff;
}

.body-l .body-l-pub-list ul {
    width: 760px;
    padding: 0 30px;
    overflow: hidden;
}

.body-l .body-l-pub-list ul li {
    position: relative;
    width: 100%;
    height: 152px;
    border-bottom: 1px solid #eee;
}

.body-l .body-l-pub-list ul li h3 {
    height: 45px;
    margin-top: 15px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.body-l .body-l-pub-list ul li h3 br {
    display: none;
}

.body-l .body-l-pub-list ul li:hover h3 {
    color: #f6594e;
}

.body-l .body-l-pub-list ul li p {
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.body-l .body-l-pub-list ul li span {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 7px;
}

.body-l .body-l-pub-list ul li div {
    line-height: 22px;
}

.body-l .body-l-pub-list ul li div i {
    float: left;
    width: 20px;
    height: 22px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -373px 7px;
}

.body-l .body-l-pub-list ul li div b {
    font-size: 12px;
    color: #5f5959;
}

.body-l .body-l-pub-list ul li div span {
    float: right;
    font-size: 14px;
    color: #f46157;
}

.body-l .body-l-pub-list ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.body-r-pub-list {
    margin-top: 20px;
    width: 320px;
    border-top-color: #ffb81e;
}

.body-r-detail-list {
    margin-top: 20px;
    width: 320px;
    border-top-color: #ffb81e;
}

.body-r-pub-list ul {
    padding: 10px 0;
}

.body-r-pub-list ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.body-r-pub-list ul li i {
    float: left;
    position: relative;
    top: 16px;
    width: 6px;
    height: 6px;
    background-color: #bbb;
    border-radius: 50%;
}

.body-r-pub-list ul li p {
    float: left;
    margin-left: 10px;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.body-r-pub-list ul li span {
    float: right;
}

.body-r-pub-list ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* .body-r-pub-list ul li a:hover{
	background-color: #f6594e;
} */

/*地图*/
.map-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 10;
    display: none;
    transition: all .5s;
}

.map {
    position: fixed;
    left: 50%;
    top: 10px;
    bottom: 0;
    margin-left: -400px;
    width: 818px;
    max-height: 850px;
    background-color: #fff;
    z-index: 11;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .2);
    overflow: auto;
    display: none;
    opacity: .3;
    transition: all .5s;
}

.map-con {
    position: relative;
    width: 100%;
    height: 850px;
}

/*选择面板*/
.select-panel {
    background-color: #fff;
    overflow: hidden;
}

.select-panel h2 {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.select-panel .select-pub {
    margin-top: 20px;
    margin-bottom: 20px;
}

.select-panel .select-pub span {
    float: left;
    margin-left: 30px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    color: #666;
}

.select-panel .select-pub ul {
    float: left;
    width: 670px;
}

.select-panel .select-pub ul li {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    cursor: pointer;
}

.select-panel .select-pub ul li a {
    color: #222;
}

.select-panel .select-pub ul li.unlimited {
    color: #f6594e;
}

.select-panel .select-pub ul li.active {
    background-color: #f6594e;
    color: #fff;
}

.select-panel .city-dot {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 740px;
    height: 612px;
    background: #fff url('../img/map.png') no-repeat;
    background-size: contain;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.city-dot {
    position: relative;
    width: 100%;
    height: 100%;
}

ul.city-dot li {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .5s;
    overflow: hidden;
}

ul.city-dot li.active {
    background-color: #f6594e;
    color: #fff;
}

ul.city-dot li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

ul.city-dot li span {
    float: left;
    margin-top: 8px;
    width: 7px;
    height: 7px;
    background-color: #d42214;
    border-radius: 50%;
}

ul.city-dot li p {
    float: left;
    margin-left: 3px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: url('../img/sprites2.png') no-repeat;
}

ul.city-dot li.two p {
    width: 54px;
    background-position: -476px 0;
}

ul.city-dot li.three p {
    width: 65px;
    background-position: -539px 0;
}

ul.city-dot li.haerbin {
    right: 15px;
    top: 105px;
}

ul.city-dot li.changchun {
    right: 20px;
    top: 145px;
}

ul.city-dot li.shenyang {
    right: 40px;
    top: 180px;
}

ul.city-dot li.dalian {
    right: 50px;
    top: 220px;
}

ul.city-dot li.beijing {
    right: 123px;
    top: 214px;
}

ul.city-dot li.tianjing {
    right: 110px;
    top: 234px;
}

ul.city-dot li.shijiazhuang {
    right: 125px;
    top: 255px;
}

ul.city-dot li.huhehaote {
    right: 220px;
    top: 220px;
}

ul.city-dot li.wulumuqi {
    right: 515px;
    top: 180px;
}

ul.city-dot li.taiyuan {
    right: 175px;
    top: 270px;
}

ul.city-dot li.jinan {
    right: 116px;
    top: 280px;
    z-index: 2;
}

ul.city-dot li.qingdao {
    right: 64px;
    top: 280px;
}

ul.city-dot li.zhengzhou {
    right: 147px;
    top: 310px;
}

ul.city-dot li.lanzhou {
    right: 305px;
    top: 270px;
}

ul.city-dot li.xian {
    right: 215px;
    top: 332px;
}

ul.city-dot li.nanjing {
    right: 60px;
    top: 345px;
    z-index: 2;
}

ul.city-dot li.hefei {
    right: 90px;
    top: 362px;
}

ul.city-dot li.wuhan {
    right: 131px;
    top: 387px;
}

ul.city-dot li.chongqing {
    right: 245px;
    top: 410px;
}

ul.city-dot li.chengdu {
    right: 285px;
    top: 390px;
}

ul.city-dot li.shanghai {
    right: 45px;
    top: 377px;
}

ul.city-dot li.hangzhou {
    right: 57px;
    top: 397px;
}

ul.city-dot li.nanchang {
    right: 100px;
    top: 420px;
}

ul.city-dot li.wenzhou {
    right: 40px;
    top: 420px;
}

ul.city-dot li.fuzhou {
    right: 60px;
    top: 458px;
}

ul.city-dot li.xiamen {
    right: 65px;
    top: 478px;
}

ul.city-dot li.changsha {
    right: 155px;
    top: 430px;
}

ul.city-dot li.kunming {
    right: 305px;
    top: 490px;
}

ul.city-dot li.guangzhou {
    right: 140px;
    top: 505px;
}

ul.city-dot li.shenzhen {
    right: 130px;
    top: 520px;
}

ul.city-dot li.nanning {
    right: 208px;
    top: 510px;
}

@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*资讯列表右边最新资讯无数据临时用图片代替*/
.up-to-date-pic {
    position: relative;
    width: 100%;
    height: 156px;
    margin-bottom: 20px;
}

.up-to-date-pic img {
    width: 100%;
    height: 100%;
}

.up-to-date-pic a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*分页*/
.pager-wraaper{ padding:40px 0; overflow: hidden;}
.page a{ display:block; float: left; width: 32px; height: 32px; line-height: 32px; text-align: center; margin-right: 10px; border: 1px solid #e5e5e5; border-radius: 2px;color: #222;}
.page a.pre{ width: 64px;}
.page a.next_page{ width: 64px;}
.page a.disable{ border: none;}
.page a.active{ background-color: #ff6e64; color: #fff; border: 1px solid #eee;}
.page span{ display: block; float: left; padding-top: 12px; margin-right: 10px;}
.page-right .gray-btn{ display: block; width: 64px; height: 32px; line-height: 32px; text-align: center; border-radius: 5px; border: 1px solid #e5e5e5;}


/**国外分支地图**/
.gray{display:none;background:#000; opacity:0.8;filter:alpha(opacity=80); position:fixed; left:0; top:0; height:100%;width:100%;z-index:100000;}
*html .gray{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop));width:expression(eval(document.documentElement.clientWidth));height:expression(eval(document.documentElement.clientHeight))}
.tan{display:none; width:676px; height:676px; background:url(../img/aozhou.png) no-repeat;
    z-index:100000;position:fixed; left:50%; top:50%; margin:-360px 0 0 -320px;}
.tan a{ width:50px; height:15px; position:absolute;}
.tan .a1{ top:79px; left:139px;}
.tan .a2{ top:79px; left:211px;}
.tan .a3{ top:79px; left:276px;}
.tan .a4{ top:438px; left:412px;}
.tan .a5{ top:441px; left:534px;}
.tan .a6{ top:479px; left:467px;}
.close{background:url(../img/closed.jpg) no-repeat;width:34px; height:34px;overflow: hidden;position: absolute;right: 41px; top:21px;text-indent: -999em;}
.tan h3{ width:100%; line-height:60px; text-align:center; color:#4dbfec; font-size:26px;}
.tan img{display:block; margin:0 auto;}
.signWrap{ width:388px; height:auto; position:relative; padding-left:18px}
.signWrap p{ width:385px; height:36px; line-height:36px; margin:0 0 14px; border:1px solid #4dbfec; padding-left:5px;}
.signWrap p label{padding:0 5px; display:inline-block; font-size:14px;font-family:"微软雅黑"; color:#b9b3b2; margin-right:12px; font-weight:normal;}
.signWrap p input,.signWrap p select{display:inline-block;height:36px; line-height:36px;font-size:14px; border:none;outline:medium;
    font-family:"微软雅黑"; color:#b9b3b2;font-weight:normal; padding:0; vertical-align:top;}

.signWrap p input{  width:205px; }
.signWrap p select{width:100%;}
.signWrap p.wid305{width:305px; position:relative;margin-bottom:25px;}
.signWrap p.wid305 input{width:180px;}
.wid305 .msgs{width:80px; height: 38px; line-height:38px; background:#4dbfec; color:#fff;font-size:14px;
    text-align:center; display:block; right:-80px;top:-1px; position:absolute;font-weight:normal;font-family:"微软雅黑"; cursor:pointer;}
.signWrap .btn-smt,.aj_cg a{ display:block; width:182px; height:38px; border:none; background:url(../images/aj_btn.jpg) no-repeat; color:#221815;
    margin:0 auto 30px; line-height:38px;text-align:center; font-size:16px;font-family:"微软雅黑";}
.tj_p{padding:0 10px;}
.tj_p h5{height:35px; line-height:35px; color:#4dbfec; font-size:18px;}
.tj_p p{color:#3d839e;font-size:12px; line-height:20px; margin:0; font-weight:normal;}
.tj_p a{ color:#b14809;}


.pay_opacity{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: all .3s;
}
.pay_opacity .pay_wrap{
    position: absolute;
    left: 58%;
    top: 50%;
    margin-left: -460px;
    margin-top: -245px;
    width: 668px;
    height: 490px;
    background-color: #eee;
    border-radius: 10px;
}
.pay_opacity .pay_wrap h3{
    margin-top: 20px;
    margin-left: 20px;
    line-height: 32px;
}
.pay_opacity .pay_wrap h3>img{
    margin-right: 15px;
    width: 80px;
}
.pay_opacity .pay_wrap ul{
    margin-top: 50px;
    margin-left: 80px;
    overflow: hidden;
}
.pay_opacity .pay_wrap ul li{
    position: relative;
    float: left;
    width: 234px;
    height: 285px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.pay_opacity .pay_wrap ul li:last-of-type{
    margin-right: 0;
}
.pay_opacity .pay_wrap ul li h4{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.pay_opacity .pay_wrap ul li p{
    padding: 10px 28px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #999;
}
.pay_opacity .pay_wrap ul li img{
    margin-left: 20px;
    width: 193px;
    height: 155px;
}
.pay_opacity .pay_wrap ul li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pay_opacity .pay_wrap>i {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.pay_opacity .pay_wrap>i img{}



.pay-status {
    background-color: #EB6849;
    border-radius: 5px;
    width: 234px;
    height: 285px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition:opacity 0.5s 0.5s;
    opacity:0;
}
li:hover .pay-status {
    -webkit-transition:opacity 0.5s;
    opacity:1;
    pointer-events:auto;
}
.li .pay-status:hover{
    -webkit-transition:none;
}
li .pay-status .btn_pay {
    cursor: pointer; height: 31px; width: 115px; line-height: 31px; text-align: center; color: #EB6849;
    font-family: 微软雅黑;
    font-size: 14px;
    background-color: #FFCF96;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 31px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 27px;
    font-weight: bold;
}
li .pay-status h4 {
    color: #fff!important;
}
.pay-status .input-search {
    border: 1px solid #EEEEEE;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    width: 206px;
    margin-left: 13px;
    margin-top: 50px;
}

.abroad-tab-con .abroad-tab-wrap.clear .tuition-pay { position: absolute; right: 0px; top: 5px; width: 98px; height: 30px; text-align: center; font-size: 16px; color: #fff; line-height: 30px; border: 1px solid #f4994f; }
.abroad-tab-con .abroad-tab-wrap.clear .tuition-pay:hover { color: #fff; background-color: #f4994f; }


.aj_nnews{ height:40px; border-bottom:1px solid #e8e8e8; background:#f8f8f8;}
.aj_nnewsc{ width:1200px; height:40px; margin:0 auto;}
.aj_nnewsc p{  margin-left:15px; float:left; line-height:40px; margin-right:15px;}
.aj_nnewsc p a {
    color: #666;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 6px;
}
.aj_nnewsc p span{ color:#f6594e;}

.footer .footer-top {
    width: 1200px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-top .footer-top-left {
    width: 379px;
    float: left;
}

.footer .footer-top .footer-top-centre {
    float: left;
    width: 543px;
    margin-left: 20px;
}

.footer-top-centre ul li {
    width: 85px;
    float: left;
    margin-left: 22px;
}

.footer-top-centre ul li h2 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-top-centre ul li a {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
    float: left;
    width: 85px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
}

.footer-top-centre ul li a:hover {
    color: #fff;
}

.footer .footer-top .footer-top-right {
    width: 174px;
    height: 244px;
    border-radius: 10px;
    float: right;
    border: 1px solid #999;
    text-align: center;
}

.footer-top .footer-top-right a {
    margin-top: 18px;
    display: inline-block;
    color: #999;
}

.footer-top-right a span {
    display: block;
    margin-bottom: 8px;
    color: #999;
}

.footer-top .footer-top-right .qr-code {
    width: 158px;
    border-radius: 10px;
    height: 158px;
    display: inline-block;
    margin-top: 8px;
    background-color: #fff;
    text-align: center;
}

.footer-top-right .qr-code img {
    width: 135px;
    height: 135px;
    margin-top: 11px;
}

.footer .footer-line {
    width: 100%;
    height: 1px;
    background-color: #999;
    float: left;
    margin-top: 14px;
}

.footer-bottom .footer-con h2 {
    display: block;
    font-size: 14px;
    color: #ededed;
    padding-top: 20px;
    padding-bottom: 27px;
    font-weight: bold;
}

.footer-top .footer-top-left img {
    width: 158px;
    height: 60px;
    float: left;
}

.footer-top .footer-top-left .footer-add {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.footer-top-left .footer-add span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer-top-left .footer-add p {
    font-size: 14px;
    color: #999;
    margin-bottom: 11px;
}
.footer-top-left .footer-add p a{
    font-size: 14px;
    color: #999;
}
.footer-open {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background-image: url(/static/images/index/footer-ico-open.png);
    background-size: contain;
    vertical-align: top;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.footer-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background-image: url(/static/images/index/footer-ico-close.png);
    background-size: contain;
    vertical-align: top;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.footer-con {
    width: 1200px;
    height: 152px;
    overflow: hidden;
}

.footer-bottom .footer-con a {
    color: #999;
    float: left;
    margin-right: 5px;
    margin-bottom: 16px;
}

.footer-bottom .footer-con a:hover {
    color: #fff;
}


.aj-information {
    position: relative;
}



/*国家and分公司弹窗*/
#popup-country, #popup-company {
    width: 499px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 16%;
    margin-left: -370px;
    border-radius: 5px;
    margin-top: -150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    background-color: #fff;
    display: none;
}#popup-country ul,#popup-company ul { padding: 13px 11px; overflow: hidden; }
#popup-country ul li,#popup-company ul li { float: left; }
#popup-country ul li a,#popup-company ul li a { font-size: 16px; color: #666; line-height: 32px; padding-left: 16px; padding-right: 15px; height: 32px; display: inline-block; }
#popup-country ul li a:hover,#popup-company ul li a:hover { background-color: #f39a50; color: #fff; }
#popup-country h2,#popup-company h2 { font-size: 18px; color: #fff; width: 100%; height: 44px; background-color: #999; line-height: 44px; padding-left: 20px; }
#popup-country #closed,#popup-company #closed { border-radius: 5px; width: 24px; height: 24px; position: absolute; right: 15px; top: 11px; text-align: center; line-height: 24px; font-size: 16px; font-weight: bold; color: #999; background-color: #fff; cursor: pointer; }



.tag .bdsharebuttonbox {
    float: right;
    width: 234px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
}
.tag .bdsharebuttonbox .share {
    float: left;
    margin-left: 20px;
}
.tag .bdsharebuttonbox a {
    margin-top: 12px;
    margin-left: 16px;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(/static/img/icons_0_16.png?v=91362611.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    margin-top: 6px;
    margin-left: 0px;
}
.tag .bdsharebuttonbox {
    float: right;
    width: 234px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-top: 20px;
}

.abroad-item-con ol li.international-schools {
    float: none!important;
}

.footer {
    text-align: center;
    width: 100%;
    background-color: #4a4b50;
    position: relative;
    overflow: hidden;
    padding-top: 31px;
}
.footer .footer_img {
    position: fixed;
    bottom: 0;
    height: 74px;
    width: 100%;
    z-index: 99999;
    display: block;
    background: rgba(0,0,0,.7);
}
.footer .footer_img .footer_img-box {
    width: 1200px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    height: 74px;
}
.footer .footer_img-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 273px;
    top: 25px;
    cursor: pointer;
}
.footer .footer_img-consult {
    width: 116px;
    height: 35px;
    top: 20px;
    position: absolute;
    right: 313px;
    cursor: pointer;
}
.footer .footer_img-show {
    display: none;
}
.footer .footer_img img:nth-child(1) {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}
.footer .footer-bottom { width: 1200px; position: relative; overflow: hidden; text-align: left; padding-bottom: 120px; margin-left: auto; margin-right: auto; }
.mb_tbu { height: 110px; }
.signWrap2 { overflow: hidden; }
.signWrap2 p { height: 30px; margin-bottom: 12px; line-height: 30px; color: #00294a; font-size: 12px; }
.signWrap2 label { display: inline-block; height: 30px; font-family: "微软雅黑"; color: #fff; }
.signWrap2 input, .signWrap .ty_se {
    color: #5C5C5C;
    font-size: 14px;
    width: 160px;
    height: 33px;
    background-color: #fdefef;
    padding: 0 5px 0 15px;
    line-height: 33px;
    border-radius: 10px;
    border: 1px solid #e84532;
    -webkit-box-shadow: 2px 3px 5px #D0392D;
    box-shadow: 2px 3px 5px #D0392D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.signWrap2 input:-ms-input-placeholder,.signWrap .ty_se:-ms-input-placeholder {
    color:#999;
}/* Internet Explorer 10+ */
.signWrap2 input::-webkit-input-placeholder,.signWrap .ty_se::-webkit-input-placeholder {
    color:#999;
}/* WebKit browsers */
.signWrap2 input::-moz-placeholder,.signWrap .ty_se::-moz-placeholder {
    color:#999;
}/* Mozilla Firefox 4 to 18 */
.signWrap2 input:-moz-placeholder,.signWrap .ty_se:-moz-placeholder {
    color:#999;
}/* Mozilla Firefox 19+ */
.signWrap2 .ty_se { width: 160px; height: 33px; padding-top: 0; padding-left: 15px; padding-bottom: 0; background-color: #fdefef; display: inline-block; color: #969697 !important; border: 1px solid #e84532; -webkit-appearance: none; -moz-appearance: none; outline: none; background-image: url(http://www.aoji.cn/static/images/mb-rico.png); background-position: 168px center; border-radius: 10px; background-repeat: no-repeat; font-size: 14px; line-height: 33px; -webkit-box-shadow: 2px 3px 5px #D0392D; box-shadow: 2px 3px 5px #D0392D; }
.signWrap2 .btn-smt { width: 100px; height: 33px; display: block; border: none; background-color: #f2994f; cursor: pointer; margin-right: auto; margin-left: auto; color: #fff; font-size: 14px; border-radius: 10px; line-height: 33px; }
.mb-ico { background-image: url(/static/images/mb-ico.png); width: 298px; height: 152px; position: absolute; top: -90px; left: 10px; }

.nav-keyword-tab { width: 100%; overflow: hidden; }
.nav-keyword-tab li{ float: left; list-style: none; width: auto; height: auto; text-align: center; width: 21px; height: 21px; display: inline-block; font-size: 14px; line-height: 21px; border: 1px solid #98999e; color: #98999e; margin-right: 5px; }
.nav-keyword-tab li.on { background-color: #98999e; color: #fff; }
.nav-keyword-content { display: none; margin-top: 5px; }
.nav-keyword-wrap .nav-keyword-content a { color: #98999e; font-size: 16px; line-height: 25px; margin-right: 16px; }
.nav-keyword-wrap .nav-keyword-content a:hover { color: #F1F1F1; }
.footer-bottom .nav-keyword { padding-top: 36px; width: 100%; overflow: hidden; }
.footer-bottom .nav-keyword h3 { color: #fff; font-size: 16px; float: left; line-height: 21px; }
.footer-bottom .nav-keyword .nav-keyword-wrap { float: left; width: 1080px; }
.nav-description-tab { width: 100%; overflow: hidden; height: 30px; }
.nav-description-tab li{ float: left; list-style: none; width: auto; height: auto; text-align: center; width: auto; display: inline-block; font-size: 16px; line-height: 27px; color: #98999e; margin-right: 23px; }
.nav-description-tab li.on { color: #fff; border-bottom: 3px solid #fff; }
.nav-description-content { display: none; margin-top: 10px; font-size: 16px; color: #98999e; line-height: 25px;}
.nav-description-content a { color: #98999e; font-size: 16px; line-height: 25px; margin-right: 16px; }
.nav-description-content a:hover { color: #F1F1F1; }
.footer-bottom .nav-description { padding-top: 30px; width: 100%; overflow: hidden; }

.studySection-tit_nav {
    height: 42px;
    background-color: #f6594e;
    width: 100%;
}
.studySection-tit_nav ul {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    display: flex;
}
.studySection-tit_nav ul li {
    padding: 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0s;
}
.studySection-tit_nav ul li:hover {
    background-color: #E53631;
    font-weight: bold;
    height: 41px;
}
.studySection-tit_nav .nav_active {
    background-color: #E53631;
    font-weight: bold;
    height: 41px;
}
.studySection-tit_us {
    height: 40px;
    border-bottom:1px solid #e8e8e8;
    background:#f8f8f8;
    width: 100%;
    display: none;
}
.studySection-tit_us ul {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    display: flex;
    /*padding-left: 52px;*/
}
.studySection-tit_us ul li {
    padding: 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    display: inline-block;
    text-align: center;
    transition: all 0s;
}
.studySection-tit_us .us_active {
    color: #F45A53;
}
.studySection-tit_us ul li:hover {
    color: #F45A53;
}